home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fun & Games 2 (Canada)
/
Fun & Games CD-ROM (Canada).bin
/
games
/
disk331
/
install.bat
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1990-08-05
|
282 b
|
20 lines
rem (C) 1990 Computer Graphic Solutions
echo off
cls
if %1.==. goto noparms
%1
goto inst1
:noparms
c:
:inst1
rem cd \
md sandiego
cd sandiego
copy a:*.*
sandiego.exe
del sandiego.exe
copy sandiego.bat ..\sandiego.bat
echo enter sandiego to start game
cd ..
:end